github.com/jackc/pgx/v5/pgconn.pipelineRequestEvent.BeforeFlushOrSync (field)
5 uses
github.com/jackc/pgx/v5/pgconn (current package)
pgconn.go#L2292: BeforeFlushOrSync bool
pgconn.go#L2325: if val.BeforeFlushOrSync {
pgconn.go#L2328: val.BeforeFlushOrSync = true
pgconn.go#L2358: if !(val.WasSentToServer && val.BeforeFlushOrSync) {
pgconn.go#L2783: p.state.requestEventQueue.PushFront(pipelineRequestEvent{RequestType: pipelineSyncRequest, WasSentToServer: true, BeforeFlushOrSync: true})
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)